home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
octa209b.zip
/
octave-2.09
/
PATOS2.ZIP
/
doc
/
makefile.os2
< prev
Wrap
Makefile
|
1997-08-13
|
495b
|
21 lines
# Makefile for octave's doc directory
# (c) Klaus Gebhardt, 1994 - 1997
TOPDIR = ..
include $(TOPDIR)/Makeconf.os2
srcdir = .
MAKE_SUB = make -f ../makefile-subdirs.os2
all:
cd faq & $(MAKE_SUB) FILE=oct-faq all
cd interpreter & $(MAKE_SUB) FILE=octave all
cd liboctave & $(MAKE_SUB) FILE=liboct all
clean:
cd faq & $(MAKE_SUB) FILE=oct-faq clean
cd interpreter & $(MAKE_SUB) FILE=octave clean
cd liboctave & $(MAKE_SUB) FILE=liboct clean